projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64805fb
)
(header-line): Suppress inverse-video on ttys.
author
Miles Bader
<miles@gnu.org>
Wed, 3 Jul 2002 07:03:51 +0000
(07:03 +0000)
committer
Miles Bader
<miles@gnu.org>
Wed, 3 Jul 2002 07:03:51 +0000
(07:03 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 7271edeed157a1207e145e820165ede3357f92d9..2ee70a336d7d50e991068416b1489f145a9dcc48 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1820,7
+1820,8
@@
created."
;; highlighting; this may be too confusing in general, although it
;; happens to look good with the only current use of header-lines,
;; the info browser. XXX
- :underline t)
+ :underline t
+ :inverse-video nil)
(((class color grayscale) (background light))
:background "grey90" :foreground "grey20"
:box nil)